projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cb4762
)
Fix MISRA rule 8.4 Part 1
author
Roberto Vargas
<
[email protected]
>
Mon, 12 Feb 2018 12:36:17 +0000
(12:36 +0000)
committer
Roberto Vargas
<
[email protected]
>
Fri, 13 Apr 2018 13:01:56 +0000
(14:01 +0100)
Rule 8.4: A compatible declaration shall be visible when
an object or function with external linkage is defined
Fixed for:
make DEBUG=1 PLAT=fvp LOG_LEVEL=50 all
Change-Id: I32b223251b8bf5924149d89431a65d3405a73d3e
Signed-off-by: Roberto Vargas <
[email protected]
>
plat/arm/common/arm_dyn_cfg_helpers.c
patch
|
blob
|
history
diff --git
a/plat/arm/common/arm_dyn_cfg_helpers.c
b/plat/arm/common/arm_dyn_cfg_helpers.c
index cfcbf2a2a891bf9749d6240f7b6eae75ae9bc17f..9ba51a3e1b2358644a82c5892f96ca760c75091f 100644
(file)
--- a/
plat/arm/common/arm_dyn_cfg_helpers.c
+++ b/
plat/arm/common/arm_dyn_cfg_helpers.c
@@
-4,6
+4,7
@@
* SPDX-License-Identifier: BSD-3-Clause
*/
+#include <arm_dyn_cfg_helpers.h>
#include <assert.h>
#include <desc_image_load.h>
#include <fdt_wrappers.h>